home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / C / Applications / µSim 1.0.5 / source / Dump.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-11-17  |  708 b   |  25 lines  |  [TEXT/CWIE]

  1. #ifndef __FABCURSORBALLOON__
  2. #include    "CursorBalloon.h"
  3. #endif
  4.  
  5. #pragma internal on
  6. extern ControlRef    dumpVScroll;
  7. extern short    dumpLineHeight, dumpFromTop, dumpCWidMax;
  8.  
  9. void DumpHome(void);
  10. void DumpEnd(void);
  11. void DumpPgUp(void);
  12. void DumpPgDn(void);
  13. void DrawDump(WindowPtr w);
  14. void SetupDumpCtlMax(ControlHandle theControl);
  15. void InvalDump(void);
  16. #pragma internal reset
  17.  
  18. void Update_Dump(WindowPtr w);
  19. void Do_Dump(WindowPtr w, EventRecord *myEvent);
  20. void Grow_Dump(WindowPtr w, EventRecord *event);
  21. void Activate_Dump(EventRecord *, WindowPtr w, Boolean becomingActive);
  22. void CloseDump(WindowPtr w);
  23. void RecalcDump(DialogRef w, RgnBalloonCursPtr theObj);
  24. void getDragRectDump(WindowPtr w, RectPtr r);
  25.